Filename: /text/sbasic/shared/03030100.xhp
(section: datumswerte)
The following functions convert date values to calculable numbers and back.
このセクションの関数は、日付データから計算用数値への変換、および逆変換を行うためのものです。(par_id3154760.2)
(embed text/sbasic/shared/03030101.xhp#dateserial : linkinfo)
Returns a Date value for a specified year, month, or day.
指定された年、月、日に該当する、日付 データを返します。(par_id3143267.2)
(/embed text/sbasic/shared/03030101.xhp#dateserial)
(embed text/sbasic/shared/03030102.xhp#datevalue : linkinfo)
Returns a date value from a date string. The date string is a complete date in a single numeric value. You can also use this serial number to determine the difference between two dates.
日付文字列から日付の値を返します。日付文字列は 1 つの数値で表される完全な日付です。このシリアル値を使用して、2 つの日付の間の差を調べることもできます。(par_id3150542.2)
(/embed text/sbasic/shared/03030102.xhp#datevalue)
(embed text/sbasic/shared/03030103.xhp#day : linkinfo)
Returns a value that represents the day of the month based on a serial date number generated by DateSerial or DateValue.
DateSerial ないし DateValue 関数による日付データのシリアル変換値を基に、該当する日を返します。(par_id3147560.2)
(/embed text/sbasic/shared/03030103.xhp#day)
(embed text/sbasic/shared/03030104.xhp#month : linkinfo)
Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function.
DateSerial ないし DateValue 関数による日付データのシリアル変換値を基に、該当する月を返します。(par_id3148550.2)
(/embed text/sbasic/shared/03030104.xhp#month)
(embed text/sbasic/shared/03030105.xhp#weekday : linkinfo)
Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function.
DateSerial ないし DateValue 関数による日付データのシリアル変換値を基に、該当する曜日を示す数値を返します。(par_id3146795.2)
(/embed text/sbasic/shared/03030105.xhp#weekday)
(embed text/sbasic/shared/03030106.xhp#year : linkinfo)
Returns the year from a serial date number that is generated by the DateSerial or the DateValue function.
DateSerial ないし DateValue 関数による日付データのシリアル変換値を基に、該当する年を返します。(par_id3149655.2)
(/embed text/sbasic/shared/03030106.xhp#year)
(embed text/sbasic/shared/03030107.xhp#cdatetoiso : linkinfo)
Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function.
DateSerial ないし DateValue 関数による日付データのシリアル変換値を基に、該当する日付を ISO 形式で返します。(par_id3151097.2)
(/embed text/sbasic/shared/03030107.xhp#cdatetoiso)
(embed text/sbasic/shared/03030108.xhp#cdatefromiso : linkinfo)
Returns the internal date number from a string that contains a date in ISO format.
ISO 形式の日付データを示す文字列を基に、該当する内部形式の日付を返します。(par_id3148550.2)
(/embed text/sbasic/shared/03030108.xhp#cdatefromiso)
(embed text/sbasic/shared/03030110.xhp#dateadd : linkinfo)
Adds a date interval to a given date a number of times and returns the resulting date.
指定の日付に日付の間隔を何度か追加し、結果の日付を返します。(par_idN10558.)
(/embed text/sbasic/shared/03030110.xhp#dateadd)
(embed text/sbasic/shared/03030120.xhp#datediff : linkinfo)
Returns the number of date intervals between two given date values.
指定された 2 つの日付値の間の日付間隔の数を返します。(par_idN10546.)
(/embed text/sbasic/shared/03030120.xhp#datediff)
(embed text/sbasic/shared/03030130.xhp#datepart : linkinfo)
The DatePart function returns a specified part of a date.
DatePart 関数は、日付の指定された部分を返します。(par_idN10546.)
(/embed text/sbasic/shared/03030130.xhp#datepart)